-
Notifications
You must be signed in to change notification settings - Fork 13
Add new ui functions #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As a general comment, pretty much all of these functions can silently fail - I'm wondering if that's the right thing to do in all cases, I'm not sure where we draw the line. I feel like it's probably fine - though if they can silently fail the description should call it out, like how show_hud_message does.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
happy with the rest
src/ui_utils/online_message.py
Outdated
| def show_message(msg: str) -> None: | ||
| """ | ||
| Displays a message on the left side of the screen. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this type still needs a better name
No description provided.